PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnableDocumentNamedDestinations Method
True if the named destinations are enabled.
In This Topic
    setEnableDocumentNamedDestinations Method
    In This Topic
    Sets a value indicating whether document named destinations are enabled.
    If named destinations are not enabled, then the method will return null and new named destinations cannot be created.
    Syntax
    public void setEnableDocumentNamedDestinations( 
       boolean value
    )

    Parameters

    value
    True if the named destinations are enabled.
    See Also